This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
302cafa81d
rust
/
src
/
test
/
run-pass
/
native2.rs
7 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Add very minimal support for native modules. For now they must be empty.
2011-02-01 12:40:04 -06:00
native
"
rust
"
mod
rustrt
{
Add most of the plumbing for native items and add support for parsing native type declarations.
2011-02-02 09:43:57 -06:00
type
vbuf
;
Add very minimal support for native modules. For now they must be empty.
2011-02-01 12:40:04 -06:00
}
fn
main
(
vec
[
str
]
args
)
{
}
Reference in New Issue
Copy Permalink