Sha256: 8ffb89912304ecbf3d714dcc094f42e86fdd0738625b2e76be2e7d59ab0736cf
Contents?: true
Size: 392 Bytes
Versions: 38
Compression:
Stored size: 392 Bytes
Contents
extern crate psm; psm::psm_stack_information! { yes { fn main() { println!("Stack is {:?} and is at {:p} currently", psm::StackDirection::new(), psm::stack_pointer()); } } no { fn main() { eprintln!("Stack information not supported by this target"); } } } #[test] fn run_example() { main(); }
Version data entries
38 entries across 38 versions & 1 rubygems