Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WilliamVenner/inline-rust
/ functions
Functions
12 in github.com/WilliamVenner/inline-rust
⨍
Functions
12
◇
Types & classes
3
↓ 3 callers
Method
into
(self)
src/lib.rs:39
↓ 2 callers
Function
try_inline
( target_dir: TargetDir, storage_dir: StorageDir, manifest: &str, code: &str, )
src/cargo.rs:3
↓ 1 callers
Function
exec_id
(code: &str)
src/lib.rs:51
↓ 1 callers
Method
target_dir
(&self, exec_id: String)
src/storage.rs:62
Method
as_ref
(&self)
src/storage.rs:33
Method
create
(exec_id: &str)
src/storage.rs:52
Method
deref
(&self)
src/storage.rs:40
Method
deref_mut
(&mut self)
src/storage.rs:45
Method
drop
(&mut self)
src/storage.rs:8
Method
from
(err: E)
src/lib.rs:34
Function
inline_rust
Inline the output of Rust code into your code. # Examples ```no_run #[macro_use] extern crate inline_rust; // Compiles using cargo const CONST_HASH
src/lib.rs:103
Function
try_inline
(storage_dir: StorageDir, code: &str)
src/rustc.rs:3