Skip to content

crate lib refactoring #38

@numToStr

Description

@numToStr
  • replace src/parser/mod.rs with src/parser.rs and such.
  • Use f.write_str() (faster) instead of write!() (slower), if possible.
  • Don't export everything from crate root instead separate by crate::{lexer, parser}
  • move struct Usage and struct See into their own file.
  • reduce number of macros not needed
  • methods should have proper names and docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions