rucc 0.0.0

An optimizing C compiler written in Rust. Name reservation; no implementation yet.
Documentation
1
2
3
4
5
6
7
//! An optimizing C compiler written in Rust.
//!
//! **This release is a name reservation and contains no implementation.**
//! Development happens at <https://github.com/tamnd/rucc>.

/// The version of this placeholder release.
pub const VERSION: &str = env!("CARGO_PKG_VERSION");