[roll] Roll fuchsia [netstack3] Extract FakeBindingsCtx to base

Core has 2 FakeBindingsCtx types: One is meant for small local unit
testing and the other is multithreading-capable and used for integration
testing. This CL extracts the small one to the base crate.

The plan is that the larger one will remain as part of testutils for the
final core crate.

As part of this extraction, clean up some of the fns in FakeBindingsCtx,
like removing unnecessary accessor for fields that are safely public or
are not meaningful helpers.

Note that to satisfy orphan rules, the `FilterBindingsTypes`
implementation has been moved to the filtering crate, showing how we'll
accumulate other trait implementations on this types as we proceed with
crating.

Original-Bug: 338448790
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1042756
Original-Revision: 614ea9418b2b2cf159282af21a822f123ed80d4a
GitOrigin-RevId: 3f569f53b459dd23e0d80276605e578f59e28c7a
Change-Id: Ie71f3792e8bd07894d5085397a395d6725ba5a74
1 file changed
tree: ba9520bbff356af471405b6ef3cb451567cb2dc6
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.