Skip to content

issues Search Results · repo:capnproto/capnproto-rust language:Rust

Filter by

259 results
 (49 ms)

259 results

incapnproto/capnproto-rust (press backspace or delete to remove)

https://github.com/capnproto/capnproto-rust/blob/caa366cbce74c16f5e871e4a6bf7dc1ea0570c54/capnp/src/introspect.rs#L273-L297
  • dwrensha
  • Opened 
    18 days ago
  • #551

I have a small patch for the module_name function in capnpc that inserts a leading _ in the module name when the camel case name begins by a lower case letter. This is intended to prevent name clashes ...
  • daniestevez
  • 2
  • Opened 
    on Feb 7
  • #545

Are there any plans to add no_std support to capnp-rpc?
  • elrom
  • 1
  • Opened 
    on Feb 2
  • #544

I m trying to read Cap n Proto messages where the schema is only known at runtime. capnproto-c++ does support runtime schema loading, but capnproto-rust does not. The examples always start with a type ...
  • anlumo
  • 3
  • Opened 
    on Jan 29
  • #543

warning: function pointer comparisons do not produce meaningful results since their addresses are not guaranteed to be unique -- capnp/src/introspect.rs:275:55 | 275 | core::ptr::eq(self.generic, ...
  • zirconium-n
  • 3
  • Opened 
    on Jan 6
  • #536

Hey, here s the basic test code i have to create a message in a slice: pub fn create_serialized_message const N: usize (buffer: mut [u8]) { let mut tmp_buffer = [0; N]; let mut allocator = capnp::message::SingleSegmentAllocator::new(tmp_buffer.as_mut_slice()); ...
  • kaidokert
  • 3
  • Opened 
    on Dec 22, 2024
  • #535

hello, thank you for your contribution in this project, I am scanning the unsoundness problem in rust project. I notice the following code: pub fn set_capability_pointer( _arena: mut dyn BuilderArena, ...
  • lwz23
  • 2
  • Opened 
    on Dec 9, 2024
  • #534

See this capnproto-c++ issue: https://github.com/capnproto/capnproto/pull/1656 capnprust-rust RPC likely needs a similar fix.
  • dwrensha
  • Opened 
    on Nov 11, 2024
  • #529

Hi, thanks for the work on the project! I would like to know the answers to the following questions: 1. With only 1 connection between client and server, does capnp-rpc preserve the order in which requests ...
  • SteveLauC
  • 3
  • Opened 
    on Nov 11, 2024
  • #528

In wire_helpers::set_list_pointer, copying between data lists triggers an unconditional copy_nonoverlapping even if there s nothing to copy from. This triggers a precondition check in std which causes ...
  • ObsidianMinor
  • 5
  • Opened 
    on Oct 15, 2024
  • #525
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub