Docs.rs
nyar-assembler-0.1.1
nyar-assembler 0.1.1
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fqq
Dependencies
gaia-binary ^0.1.0
normal
gaia-types ^0.1.0
normal
serde ^1.0.228
normal
toml ^1.0.0
normal
url ^2.5.8
normal
Versions
89.85%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
nyar_assembler/formats/
mod.rs
1
//! Nyar 汇编器支持的格式
2
//!
3
//! 目前仅支持 Nyar 二进制模块格式 (.nyar)。
4
5
pub mod
nyarc;