Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025395 106

binder_resolver.ccH A D25-Apr-20254.7 KiB155111

README.md

1Support for resolving the scheme used by binder transport implementation.
2
3The URI's authority is required to be empty.
4
5The path is used as the identifiers of endpoint binder objects and the length
6limit of the identifier is the same as unix socket length limit.
7
8The length limit of the path should at least be 100 characters long. This is
9guaranteed by `static_assert` in the implementation.
10