step-io 0.1.0-alpha.1

STEP (ISO 10303) file I/O for Rust.
Documentation
1
2
3
4
5
6
7
8
9
pub mod entity;
pub mod lexer;
pub mod p21;
pub mod schema;

pub use entity::{Attribute, EntityGraph, ParseError, RawEntity, RawEntityPart};
pub use lexer::{LexError, LexErrorKind, Lexer, Span, Token, TokenKind, tokenize};
pub use p21::{Parser, parse};
pub use schema::{SchemaClass, StepSchema};